home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilwb / wbstars2.lha / WBStars2.0 / source / WBStars_include.h < prev    next >
C/C++ Source or Header  |  1996-12-18  |  815b  |  36 lines

  1. /* $VER: WBStars_include.h 2.0 (18 Dec 1996)
  2. */
  3.  
  4. #ifndef WBSTARS_INCLUDE_H
  5. #define WBSTARS_INCLUDE_H
  6.  
  7. /* WBStars_main.c */
  8. #include <exec/types.h>
  9. #include <graphics/rastport.h>
  10. #include <graphics/layers.h>
  11. extern struct RastPort        *RPort;
  12. extern struct Layer_Info    *LInfo;
  13. extern char        activated;
  14. extern char        locked;
  15. extern BYTE        CXpri;
  16. extern UBYTE    *hotkey;
  17. extern int        fg_color;
  18. extern int        bg_color;
  19. extern int        Loop_Wait;
  20. extern int        minx;
  21. extern int        miny;
  22.  
  23. /* WBStars_libraries.c */
  24. #include <exec/libraries.h>
  25. #include <intuition/intuitionbase.h>
  26. #include <graphics/gfxbase.h>
  27. extern struct IntuitionBase    *IntuitionBase;
  28. extern struct GfxBase        *GfxBase;
  29. extern struct Library        *CxBase;
  30. extern struct Library        *IconBase;
  31. extern struct Library        *LayersBase;
  32.  
  33. /* WBStars_CX.c */
  34.  
  35.  
  36. #endif /* WBSTARS_INCLUDE_H */